home *** CD-ROM | disk | FTP | other *** search
- Path: homer.zko.dec.com!mbrodeur
- From: mbrodeur@homer.zko.dec.com (Michael Brodeur)
- Newsgroups: comp.arch,comp.lang.c
- Subject: Re: Did Microsoft decree a byte order?
- Followup-To: comp.arch,comp.lang.c
- Date: 4 Jan 1996 21:00:10 GMT
- Organization: Digital Equipment Corporation
- Message-ID: <4chf4q$t0q@zk2nws.zko.dec.com>
- References: <4b56do$c3u@sundog.tiac.net> <4b9pih$378@newshost.quickturn.com> <JAN.96Jan4144902@cora.neuroinformatik.ruhr-uni-bochum.de>
- Reply-To: mbrodeur@zko.dec.com
- NNTP-Posting-Host: homer.zko.dec.com
- X-Newsreader: TIN [version 1.2 PL1]
-
- Jan Vorbrueggen (jan@neuroinformatik.ruhr-uni-bochum.de) wrote:
- > In article <jgkDKMn2x.2KA@netcom.com> Joe Keane <jgk@netcom.com> writes:
-
- > Performance is a fine excuse but, take it from me, it's just an excuse.
-
- > Nonsense. Ever tried reading a 50 MByte array iteratively with a working set
- > of 2 MB (old example, scale up to the numbers to your liking)? When you're
- > spending a third of your CPU just shuffling the data around, you sure don't
- > want to spend another factor of three (8-)) just to satisfy that request for
- > portability.
-
- On the contrary. A former employer of mine uses a binary data file format
- and prides itself on the fact that its data is portable across a wide
- variety of hardware. With this approach they can sell their software on
- whatever the hot box of the year is and their customers never have to
- worry about losing their investment in data. Since the customers _really_
- value their data (and for a _very_ long time) this is a big selling point.
-
- Obviously you're going to take a hit when you need to do data translation
- but that is an acceptable trade-off to the flexibility and stability
- of hardware independence.
-
- -----------------------------------------------------------------------------
- Michael Brodeur Digital Equipment Corporation
- DEC FUSE Development 110 Spit Brook Road ZKO-2/3Q08
- mbrodeur@zko.dec.com Nashua, NH 03062
- -----------------------------------------------------------------------------
-